func crypto/cipher.newGCMFallback
2 uses
crypto/cipher (current package)
gcm.go#L72: return newGCMFallback(cipher, nonceSize, tagSize)
gcm.go#L207: func newGCMFallback(cipher Block, nonceSize, tagSize int) (AEAD, error) {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)